|
|
|
|
Enabled Property, RowHeadersClass Class |
Defines whether row headers are enabled.
Syntax RowHeadersClass Class (Softelvdm.SftTreeNET)
VB |
Public Property Enabled As Boolean |
C# |
public bool Enabled { get; set; } |
C++ |
public: property bool Enabled { |
Property Value
True if enabled, otherwise False.
The default value is True.
Comments
The Enabled property defines whether row headers are enabled.
Cells can also be disabled individually using the CellBaseClass.Enabled property.
If row headers are disabled, all cells are rendered as if they were disabled, overriding the cell's CellBaseClass.Enabled property.